home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 99
- Width = 435
- Height = 300
- Caption = 'Conjugate ER Verbs'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 16
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 152
- Height = 16
- Caption = 'Enter Verb to Conjugate'
- end
- object ListBox1: TListBox
- Left = 192
- Top = 32
- Width = 209
- Height = 209
- ItemHeight = 16
- TabOrder = 0
- end
- object Edit1: TEdit
- Left = 8
- Top = 32
- Width = 161
- Height = 25
- TabOrder = 1
- end
- object Button1: TButton
- Left = 8
- Top = 64
- Width = 161
- Height = 33
- Caption = '&Conjugate'
- TabOrder = 2
- OnClick = Button1Click
- end
- end
-